home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / dpp / dpp.h < prev    next >
C/C++ Source or Header  |  1996-02-04  |  648b  |  40 lines

  1.  
  2.  
  3.  
  4. /*                                      
  5.  *
  6.  *      Copyright (c) 1993-1996 Algorithms Corporation
  7.  *      3020 Liberty Hills Drive
  8.  *      Franklin, TN 37067
  9.  *
  10.  *      ALL RIGHTS RESERVED.
  11.  *
  12.  *      
  13.  *      
  14.  */
  15.  
  16.  
  17. #ifdef    USE_GC
  18. #define    DISPOSE(x)    (object) NULL
  19. #define    DEEPDISPOSE(x)    (object) NULL
  20. #else
  21. #define    DISPOSE(x)    gDispose(x)
  22. #define    DEEPDISPOSE(x)    gDeepDispose(x)
  23. #endif
  24.  
  25.  
  26.  
  27. /*                                      
  28.  *
  29.  *      Copyright (c) 1993-1996 Algorithms Corporation
  30.  *      3020 Liberty Hills Drive
  31.  *      Franklin, TN 37067
  32.  *
  33.  *      ALL RIGHTS RESERVED.
  34.  *
  35.  *      
  36.  *      
  37.  */
  38.  
  39.  
  40.